home *** CD-ROM | disk | FTP | other *** search
/ Micro Dingo 39 / Micro_Dingo_39_CD1.mdx / Delires / Hentai / sim.swf / scripts / DefineButton2_216 / BUTTONCONDACTION on(release).as
Text File  |  2002-05-21  |  209b  |  12 lines

  1. on(release){
  2.    stopAllSounds();
  3.    if(pic1 != 1 and pic2 != 1 and pic3 != 1 and pic4 != 1 and pic5 != 1 and pic6 != 1)
  4.    {
  5.       gotoAndStop(21);
  6.    }
  7.    else
  8.    {
  9.       gotoAndPlay(4281);
  10.    }
  11. }
  12.